From: Boyuan Yang Date: Fri, 26 Jun 2020 00:20:24 +0000 (-0400) Subject: Revert "d/control: add Build-Depends: jdupes" X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~109 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4acdfefd25e386f0ded3709000d154885e86e066;p=opencc.git Revert "d/control: add Build-Depends: jdupes" This reverts commit 28b1f48b32eea01026cf3a237fc26b11bc9c05c4. The current implementation is buggy. --- diff --git a/debian/control b/debian/control index 85d4110..0de7578 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ Build-Depends: libtclap-dev, python3:any, rapidjson-dev, - jdupes, Standards-Version: 4.5.0 Rules-Requires-Root: no Section: libs diff --git a/debian/rules b/debian/rules index d6b63df..b08fd60 100755 --- a/debian/rules +++ b/debian/rules @@ -19,9 +19,6 @@ override_dh_auto_configure: -DBUILD_DOCUMENTATION=ON \ -DBUILD_BUNDLED_LIBMARISA=OFF -execute_before_dh_auto_install: - jdupes -rl obj-x86_64-linux-gnu/doc/html/search/ - execute_after_dh_auto_install: ln -sf /usr/share/javascript/jquery/jquery.js debian/tmp/usr/share/opencc/doc/html/jquery.js